mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Bon\", 1, \"red\"); mission.trig.func[1]=nil;",
            [2] = "a_activate_group(\"SAM SA-8 Niv 1\");a_clear_flag(1);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Bon\", \"red\"); mission.trig.func[2]=nil;",
            [3] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Très bon\", 2, \"all\"); mission.trig.func[3]=nil;",
            [4] = "a_activate_group(\"SAM SA-8 Niv 2\");a_clear_flag(2);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Très bon\", \"all\"); mission.trig.func[4]=nil;",
            [5] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Excellent\", 3, \"all\"); mission.trig.func[5]=nil;",
            [6] = "a_activate_group(\"SAM SA-8 Niv 3\");a_clear_flag(3);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Excellent\", \"all\"); mission.trig.func[6]=nil;",
            [7] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Bon\", 4, \"red\"); mission.trig.func[7]=nil;",
            [8] = "a_activate_group(\"SAM SA-9 Niv 1\");a_clear_flag(4);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Bon\", \"red\"); mission.trig.func[8]=nil;",
            [9] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Trés Bon\", 5, \"red\"); mission.trig.func[9]=nil;",
            [10] = "a_activate_group(\"SAM SA-9 Niv 2\");a_clear_flag(5);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Trés Bon\", \"red\"); mission.trig.func[10]=nil;",
            [11] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Excellent\", 6, \"all\"); mission.trig.func[11]=nil;",
            [12] = "a_activate_group(\"SAM SA-9 Niv 3\");a_clear_flag(6);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Excellent\", \"red\"); mission.trig.func[12]=nil;",
            [13] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau :Bon\", 7, \"all\"); mission.trig.func[13]=nil;",
            [14] = "a_activate_group(\"SAM SA-13 Niv 1\");a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau :Bon\", \"all\");a_clear_flag(7); mission.trig.func[14]=nil;",
            [15] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau :Trés Bon\", 8, \"all\"); mission.trig.func[15]=nil;",
            [16] = "a_activate_group(\"SAM SA-13 Niv 2\");a_clear_flag(8);a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau :Trés Bon\", \"all\"); mission.trig.func[16]=nil;",
            [17] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau:Excellent\", 9, \"all\"); mission.trig.func[17]=nil;",
            [18] = "a_activate_group(\"SAM SA-13 Niv 3\");a_clear_flag(9);a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau:Excellent\", \"all\"); mission.trig.func[18]=nil;",
            [19] = "a_out_text_delay_s(\"red\", \"Pilote ,faite trés Attntion vous voici au dernier Waypoint,vous volez en diréction de le zone d entrainement à partir d ici\\\
,l ennemis peut vous engager avec ses missiles sol/Air\", 25);",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then mission.trig.actions[16]() end",
            [17] = "if mission.trig.conditions[17]() then mission.trig.actions[17]() end",
            [18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
            [18] = true,
            [19] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_flag_is_false(1) )",
            [2] = "return(c_flag_is_true(1) )",
            [3] = "return(c_flag_is_false(2) )",
            [4] = "return(c_flag_is_true(2) )",
            [5] = "return(c_flag_is_false(3) )",
            [6] = "return(c_flag_is_true(3) )",
            [7] = "return(c_flag_is_false(4) )",
            [8] = "return(c_flag_is_true(4) )",
            [9] = "return(c_flag_is_false(5) )",
            [10] = "return(c_flag_is_true(5) )",
            [11] = "return(c_flag_is_false(6) )",
            [12] = "return(c_flag_is_true(6) )",
            [13] = "return(c_flag_is_false(7) )",
            [14] = "return(c_flag_is_true(7) )",
            [15] = "return(c_flag_is_false(8) )",
            [16] = "return(c_flag_is_true(8) )",
            [17] = "return(c_flag_is_false(9) )",
            [18] = "return(c_flag_is_true(9) )",
            [19] = "return(c_unit_in_zone(1, \"Zone de Déclenchement\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in pairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in pairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in pairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in pairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in pairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in pairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in pairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in pairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
            [19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 1,
            ["temperature"] = 20,
        }, -- end of ["season"]
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 0,
            ["density"] = 0,
            ["base"] = 0,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 631217.91071428,
                ["radius"] = 5000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -328286.57142858,
                ["hidden"] = false,
                ["name"] = "    Zone d entrainement",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 628430.76785714,
                ["radius"] = 1500,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -314953.42857143,
                ["hidden"] = true,
                ["name"] = "Zone de Déclenchement",
            }, -- end of [2]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 637133.29464286,
        ["zoom"] = 50000,
        ["centerX"] = -320490.75446429,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 18,
            [2] = 6,
            [3] = 11,
            [4] = 8,
            [5] = 13,
            [6] = 9,
            [7] = 5,
            [8] = 16,
            [9] = 10,
            [10] = 17,
            [11] = 15,
            [12] = 12,
            [13] = 4,
            [14] = 19,
            [15] = 3,
            [16] = 2,
            [17] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 0,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Bonjour Messieurs\
\
Voici votre nouveau terrain \
d entrainement au tir ,vous y trouverez du materiel Ukrainien ainsi que du materiel insurgé,la zone d entrainement est situé non loin de la ville de KOBULETI sur un petit Aérodrome désafecté (Waypoint 5 sur l ABRIS)\
 vous avez le choix des unités que vous engagez (SA-8 ,SA-9 et SA-13) ainsi que leur niveau de compétences (bon,trés bon,excellent) via le menu des communications (touche *+Touche F10)\
Vous pourez réarmer sur la base de départ (Kobuleti) ou changer \
d armement comme bon vous semble\
\
\
Note:vous n êtes pas Obligé de suivre les Waypoints !\
\
\
KAMOV_127Th Sibérian Tiger\
\
=== Armement par Défaut ===\
\
-2X Panier Lance roquettes S-8Kom (40 roquettes)\
\
-12 Missiles Vhikr\
\
-Munitions canon 100%\
\
=== Carburant par Défaut ===\
\
-100%\
",
    ["pictureFileNameR"] = 
    {
        [1] = "Niv_1{243BC8F2-E7E2-49bc-9693-2851D2690587}.png",
        [2] = "Niv_2{9C05D061-BD38-4fac-B5A1-774C74F53FE3}.png",
        [4] = "Rav{F202DF66-7DEA-40db-B4B8-5F00718EF96D}.png",
        [3] = "Niv_3{F5268C86-175A-45ca-97CA-6CD3AAFA33C9}.png",
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "-Entrainement à la demande sur  cibles de Type SAM SA-8,SA-9 et SA-13",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 17,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631157.33928571,
                                            ["x"] = -327856.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631157.33928571,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #4",
                                        ["unitId"] = 5,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -327856.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 631257.91071428,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #5",
                                        ["unitId"] = 6,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -327853.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 631367.62499999,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #6",
                                        ["unitId"] = 7,
                                        ["heading"] = 0,
                                        ["skill"] = "Average",
                                        ["x"] = -327852.28571429,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 631157.33928571,
                                ["x"] = -327856.85714286,
                                ["name"] = "Groupe BTR-80 INS #01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Insurgents",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Osetia",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [15]
                [16] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [16]
                [17] = 
                {
                    ["id"] = 1,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631222.85714286,
                                                ["x"] = -328260.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631248.57142858,
                                                ["x"] = -328218.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631200.85714286,
                                            ["x"] = -328281.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631200.85714286,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #1",
                                        ["unitId"] = 2,
                                        ["heading"] = 0,
                                        ["skill"] = "Good",
                                        ["x"] = -328281.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631200.85714286,
                                ["x"] = -328281.14285714,
                                ["name"] = "SAM SA-8 Niv 1",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631218.28571429,
                                            ["x"] = -328281.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631218.28571429,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #2",
                                        ["unitId"] = 3,
                                        ["heading"] = 0,
                                        ["skill"] = "High",
                                        ["x"] = -328281.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631218.28571429,
                                ["x"] = -328281.42857142,
                                ["name"] = "SAM SA-8 Niv 2",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631234.57142858,
                                            ["x"] = -328281.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631234.57142858,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #3",
                                        ["unitId"] = 4,
                                        ["heading"] = 0,
                                        ["skill"] = "Excellent",
                                        ["x"] = -328281.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631234.57142858,
                                ["x"] = -328281.42857142,
                                ["name"] = "SAM SA-8 Niv 3",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631109.05357142,
                                            ["x"] = -327944.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631109.05357142,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #7",
                                        ["unitId"] = 8,
                                        ["heading"] = 0,
                                        ["skill"] = "Good",
                                        ["x"] = -327944.28571429,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631109.05357142,
                                ["x"] = -327944.28571429,
                                ["name"] = "SAM SA-9 Niv 1",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631254.76785714,
                                                ["x"] = -327957.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631254.48214285,
                                                ["x"] = -327957.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631251.62499999,
                                            ["x"] = -327947.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631251.62499999,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #8",
                                        ["unitId"] = 9,
                                        ["heading"] = 0,
                                        ["skill"] = "High",
                                        ["x"] = -327947.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631251.62499999,
                                ["x"] = -327947.14285714,
                                ["name"] = "SAM SA-9 Niv 2",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631420.48214285,
                                                ["x"] = -327953.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631422.76785714,
                                                ["x"] = -327953.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631424.48214285,
                                            ["x"] = -327951.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631424.48214285,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #9",
                                        ["unitId"] = 10,
                                        ["heading"] = 0,
                                        ["skill"] = "Excellent",
                                        ["x"] = -327951.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631424.48214285,
                                ["x"] = -327951.14285714,
                                ["name"] = "SAM SA-9 Niv 3",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631000.19642856,
                                                ["x"] = -328699.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 632243.05357142,
                                                ["x"] = -328221.14285715,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 630964.48214285,
                                            ["x"] = -328696.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 630964.48214285,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #10",
                                        ["unitId"] = 11,
                                        ["heading"] = 0,
                                        ["skill"] = "Good",
                                        ["x"] = -328696.85714286,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 630964.48214285,
                                ["x"] = -328696.85714286,
                                ["name"] = "SAM SA-13 Niv 1",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631171.62499999,
                                                ["x"] = -328706.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631168.76785713,
                                                ["x"] = -328709.71428572,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631160.19642856,
                                            ["x"] = -328701.14285715,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631160.19642856,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #11",
                                        ["unitId"] = 12,
                                        ["heading"] = 0,
                                        ["skill"] = "High",
                                        ["x"] = -328701.14285715,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631160.19642856,
                                ["x"] = -328701.14285715,
                                ["name"] = "SAM SA-13 Niv 2",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631358.76785713,
                                                ["x"] = -328704,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631161.62499999,
                                                ["x"] = -328706.85714286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631358.76785713,
                                            ["x"] = -328704,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631358.76785713,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #12",
                                        ["unitId"] = 13,
                                        ["heading"] = 0,
                                        ["skill"] = "Excellent",
                                        ["x"] = -328704,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631358.76785713,
                                ["x"] = -328704,
                                ["name"] = "SAM SA-13 Niv 3",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Ukraine",
                }, -- end of [17]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 24,
                                            ["y"] = 635190.4375,
                                            ["x"] = -318326.46875,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 40.038992592034,
                                            ["y"] = 637695.05357143,
                                            ["x"] = -317098.57142857,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 118.26157923569,
                                            ["y"] = 636137.91071428,
                                            ["x"] = -313041.42857143,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 261.35117891935,
                                            ["y"] = 628423.625,
                                            ["x"] = -314960.57142858,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 505.69522105596,
                                            ["y"] = 631214.19642856,
                                            ["x"] = -328263.14285715,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = "50",
                                        ["parking"] = 48,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 1.1149761056625,
                                        ["callsign"] = 100,
                                        ["psi"] = -1.1149761056625,
                                        ["y"] = 635190.4375,
                                        ["x"] = -318326.46875,
                                        ["name"] = "Pilote #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 1,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 635190.4375,
                                ["x"] = -318326.46875,
                                ["name"] = "Sibérian Tiger #01",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 24,
                                            ["y"] = 635219.75,
                                            ["x"] = -318319.71875,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 68.592121987491,
                                            ["y"] = 637792.48214286,
                                            ["x"] = -317144.28571429,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 178.90158842401,
                                            ["y"] = 636251.05357143,
                                            ["x"] = -312892.85714286,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 375.25198989885,
                                            ["y"] = 628248.19642858,
                                            ["x"] = -314918.57142857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 705.31725608966,
                                            ["y"] = 631199.625,
                                            ["x"] = -328270,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 13,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = "51",
                                        ["parking"] = 47,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 1.1422347208729,
                                        ["callsign"] = 101,
                                        ["psi"] = -1.1422347208729,
                                        ["y"] = 635219.75,
                                        ["x"] = -318319.71875,
                                        ["name"] = "Pilote #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 18,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 635219.75,
                                ["x"] = -318319.71875,
                                ["name"] = "Sibérian Tiger #02",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 24,
                                            ["y"] = 635248.9375,
                                            ["x"] = -318312.96875,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 52.412856769418,
                                            ["y"] = 637915.33928572,
                                            ["x"] = -317218.57142857,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 137.85145684968,
                                            ["y"] = 636306.76785715,
                                            ["x"] = -312752.85714286,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 290.3376416237,
                                            ["y"] = 628093.91071429,
                                            ["x"] = -314830,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 538.62536487382,
                                            ["y"] = 631187.91071428,
                                            ["x"] = -328272.28571429,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "demo paint scheme # 22  `black shark`",
                                        ["onboard_num"] = "52",
                                        ["parking"] = 58,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 1.1813226752507,
                                        ["callsign"] = 102,
                                        ["psi"] = -1.1813226752507,
                                        ["y"] = 635248.9375,
                                        ["x"] = -318312.96875,
                                        ["name"] = "Pilote #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 19,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 635248.9375,
                                ["x"] = -318312.96875,
                                ["name"] = "Sibérian Tiger #03",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 24,
                                            ["y"] = 635278.125,
                                            ["x"] = -318306.21875,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 51.66769835267,
                                            ["y"] = 638006.76785715,
                                            ["x"] = -317261.42857143,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 140.20262262737,
                                            ["y"] = 636366.76785715,
                                            ["x"] = -312624.28571429,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 295.98255209355,
                                            ["y"] = 627979.62500001,
                                            ["x"] = -314758.57142857,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 547.41719477261,
                                            ["y"] = 631177.625,
                                            ["x"] = -328272.85714286,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = "53",
                                        ["parking"] = 63,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = 1.2051199732575,
                                        ["callsign"] = 103,
                                        ["psi"] = -1.2051199732575,
                                        ["y"] = 635278.125,
                                        ["x"] = -318306.21875,
                                        ["name"] = "Pilote #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 20,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 635278.125,
                                ["x"] = -318306.21875,
                                ["name"] = "Sibérian Tiger #04",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [4]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 635358.76785715,
                                            ["x"] = -318362.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 635358.76785715,
                                        ["type"] = "SKP-11",
                                        ["name"] = "Unité #13",
                                        ["unitId"] = 14,
                                        ["heading"] = 6.1086523819802,
                                        ["skill"] = "Average",
                                        ["x"] = -318362.85714286,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 635362.48214286,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unité #14",
                                        ["unitId"] = 15,
                                        ["heading"] = 6.1086523819802,
                                        ["skill"] = "Average",
                                        ["x"] = -318361.14285715,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 635368.48214286,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Unité #15",
                                        ["unitId"] = 16,
                                        ["heading"] = 6.1086523819802,
                                        ["skill"] = "Average",
                                        ["x"] = -318359.42857143,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 635375.05357143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #16",
                                        ["unitId"] = 17,
                                        ["heading"] = 6.1086523819802,
                                        ["skill"] = "Average",
                                        ["x"] = -318358.28571429,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 635358.76785715,
                                ["x"] = -318362.85714286,
                                ["name"] = "Groupe au sol RUS #01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Self Entrainement SAM niveau 1",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 8(6?;8|?1#",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Bon",
                    ["value"] = 0,
                    ["flag"] = 1,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 49[{7?9&,'`=",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 2<<~6((7(^^5",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Très bon",
                    ["value"] = 0,
                    ["flag"] = 2,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 2,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Très bon",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 6&`07{{?$~'= ",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["airdromelist"] = "",
                    ["coalitionlist"] = "",
                    ["flag"] = 3,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 3)%@#(1#@]8 ",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Excellent",
                    ["command"] = 3001,
                    ["flag"] = 3,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 85/71+`3.{:!",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 4,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 3,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Excellent",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 4,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger ))3>0",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 6,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 4,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 5/ }`>_[1;8`",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 5,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Trés Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 6?.%9<0[+3?{",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 7,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 5,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Trés Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 8 & \\!2@:`&4",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 6,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 6,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 9&%2!<<9)9~7",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 6,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 6,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 3<>(*80+\".<[",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 7,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 91*`{*+)6$72",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Bon",
                    ["command"] = 3001,
                    ["flag"] = 7,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 7,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 6(<,9^.$!/^,",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 9,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 7,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 8,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 8,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Trés Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 1\".~3,1'/98_",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 8,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 10,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 8,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Trés Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 9%)>*213\\,4>",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 9,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                    ["flag"] = 9,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 3@|}?1; ,,32",
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 9,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 11,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 9,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 726#?%>83{]^",
        }, -- end of [18]
        [19] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["zone"] = 2,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1338482086",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["seconds"] = 25,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["text"] = "Pilote ,faite trés Attntion vous voici au dernier Waypoint,vous volez en diréction de le zone d entrainement à partir d ici\
,l ennemis peut vous engager avec ses missiles sol/Air",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerStart",
        }, -- end of [19]
    }, -- end of ["trigrules"]
    ["currentKey"] = 13459,
    ["start_time"] = 36000,
    ["forcedOptions"] = 
    {
        ["optionsView"] = "optview_allies",
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO AUX",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO PRI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROULIS",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC TANGAGE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC LACET",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
